Gimbal

interface Gimbal

Base gimbal interface for drones.

Provides access to the gimbal calibration process and reports gimbal errors.

See also

Inheritors

Types

Link copied to clipboard
Gimbal calibration process state.
Link copied to clipboard
enum Error
Represents an error that a gimbal peripheral may undergo.

Functions

Link copied to clipboard
abstract fun cancelCalibration()
Cancels the current calibration process.
Link copied to clipboard
Reports any error that the gimbal is currently undergoing.
Link copied to clipboard
Gets calibration process state.
Link copied to clipboard
abstract fun isCalibrated(): Boolean
Tells whether the gimbal is calibrated.
Link copied to clipboard
abstract fun startCalibration()
Starts calibration process.